* {
  margin: 0;
  padding: 0;
}
a {
  color: #fff;
}
.w99 {
  width: 99%;
}
.header {
  height: 166px;
  width: 100%;
  background-color: #151515;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.head-left {
  display: flex;
  flex-direction: column;
  padding: 3px 0px 0px 13px;
  width: 25%;
}
.head-left a {
  margin: 10px 0px;
  color: rgba(255, 255, 255, 100);
  font-size: 18px;
  font-family: SourceHanSansSC-regular;
}
.icon-dibiao {
  font-size: 25px;
  margin-right: 5px;
}
.head-left .zxsj {
  width: 80px;
  height: 31px;
  margin-left: 38px;
  border-radius: 4px;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  text-align: center;
  font-family: Microsoft Yahei;
  border: 1px solid rgba(187, 187, 187, 100);
  background-color: #fff;
  position: relative;
}
.zxsjss {
  position: absolute;
  top: 12px;
  right: -33px;
  color: #fff;
  font-size: 32px;
}
.head-logo {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: auto;
  text-align: center;
}
.logo img {
  margin-bottom: 30px;
  width: 252px;
  height: 40px;
}
.nav-list ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.nav-list ul li {
  margin: 0px 10px;
}
.nav-list ul li a {
  font-size: 18px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
}
.nav-list ul li a:hover {
  color: #04bbf7;
}
.nav-chick {
  color: #04bbf7 !important;
}
.head-right {
  display: flex;
  flex-direction: row;
  width: 25%;
  margin-top: 21px;
}
.head-right button {
  width: 148px;
  height: 31px;
  border-radius: 4px;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  text-align: center;
  font-family: Microsoft Yahei;
  border: 1px solid rgba(187, 187, 187, 100);
}
.nav-wx {
  margin: 0px 10px;
  text-align: center;
}
.nav-wx img {
  width: 60px;
  height: 60px;
  padding-bottom: 18px;
}
.nav-wx p {
  color: #999999;
}

/* 主体开始 */
.banner {
  width: 100%;
  /* height: 1280px; */
}
.banner img {
  width: 100%;
}
.main-p {
  width: 620px;
  height: 133px;
  color: #000;
  font-size: 28px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
  margin: auto;
  margin-top: 60px;
}
.main-p p:nth-child(1) {
  font-weight: 300;
  font-size: 24px;
  color: #3e3e3ee8;
  margin-bottom: 15px;
}
.main-p p:nth-child(2) {
  font-weight: 800;
  font-size: 28px;
}
/* 分类大图开始 */
.cate-img {
  margin: auto;
  width: 70%;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.cate-img img {
  width: 100%;
  height: 600px
}
.cate-list {
  margin: auto;
  width: 85%;
  margin-top: 53px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cate-list-one {
  width: 17%;
  /*height: 246px;*/
  border-radius: 10px;
  /*box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);*/
  position: relative;
}
.cate-list-one img {
  width: 100%;
  height: 163px;
}
.cate-img-zhezhao {
  /* width: 360px; */
  height: 135px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  line-height: 133px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.cate-list-one p {
  margin: 15px 0px;
  text-align: center;
  color: #000;
  font-weight: 800;
  font-size: 20px;
  color: rgba(16, 16, 16, 100);
  font-family: SourceHanSansSC-bold;
}
/* 分类大图结束 */
/* 分类大图下的轮播开始 */
.main-lunbo {
  width: 100%;
  /*height: 713px;*/
}
/* 分类大图下的轮播结束 */
/* 招商 */
.zhaoshang {
  width: 100%;
  height: 1112px;
  margin-top: 15px;
  position: relative;
}
.zhaoshang img {
  width: 100%;
  height: 1279px;
}
.zhaoshang-form {
  position: absolute;
  top: 250px;
  right: 104px;
  width: 534px;
  height: 678px;
  line-height: 20px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border: 19px solid rgba(187, 187, 187, 100);
  background-color: #fff;
}
.zhaoshang-form h3 {
  text-align: center;
  color: rgba(16, 16, 16, 100);
  font-size: 36px;
  font-family: 宋体;
  line-height: 43px;
}
.zhaoshang-form h3:nth-child(1) {
  margin-top: 54px;
}
.zhaoshang-form form input {
  margin-top: 28px;
  width: 340px;
  height: 45px;
  line-height: 20px;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  text-align: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  font-family: Roboto;
  border: 1px solid rgba(187, 187, 187, 100);
}
.duan {
  width: 212px !important;
  height: 45px;
  line-height: 20px;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  text-align: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  font-family: Roboto;
  border: 1px solid rgba(187, 187, 187, 100);
}
.yzmbtn {
    width: 120px;
    height: 45px;
    line-height: 23px;
    border-radius: 3px;
    background-color: rgba(58, 98, 215, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 15px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(58, 98, 215, 100);
    padding: 11px 20px;
    margin-left: 5px;
}
.kuan {
  width: 340px !important;
  height: 122px !important;
  line-height: 20px;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  text-align: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  font-family: Roboto;
  border: 1px solid rgba(187, 187, 187, 100);
}
.form-btn {
  width: 340px;
  height: 57px;
  line-height: 26px;
  border-radius: 3px;
  background-color: rgba(58, 98, 215, 100);
  color: rgba(255, 255, 255, 100);
  font-size: 18px;
  text-align: center;
  font-family: Roboto;
  border: 1px solid rgba(58, 98, 215, 100);
  margin-top: 29px;
}
/* 简介 */
.jianjie {
  width: 100%;
  height: 570px;
  background-color: rgba(255, 255, 255, 100);
  display: flex;
  flex-direction: row;
  position: relative;
}
.jianjie-main {
  margin: auto;
  position: absolute;
  top: 51px;
  left: 50%;
  display: flex;
  flex-direction: row;
  margin-left: -34%;
}
.jianjie img {
  width: 100%;
  height: 570px;
}
.jianjie-left {
  display: flex;
  flex-direction: column;
}
.jianjie-left ul li {
  width: 255px;
  height: 90px;
  /* line-height: 85px; */
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  flex-direction: row;
}
.jianjie-left ul li i {
  width: 84px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 90px;
  display: inline-block;
}
.jianjie-left ul li a {
  text-align: left;
  margin: auto;
  margin-left: -3%;
}
.jianjie-left ul li span {
  text-align: left;
  margin: auto;
  margin-left: -3%;
  color: #fff;
}
.jianjie-left ul li:hover {
  cursor: pointer;
  background-color: #04bbf7;
}
.jianjie-chick {
  background-color: #04bbf7 !important;
}
.jianjie-right {
}
.jianjie-contetn {
  width: 80%;
  padding: 85px 0px 0px 62px;
  font-size: 16px;
  text-indent: 2em;
}
.jianjie-contetn p {
  color: #999999;
}
/* 新闻动态 */
.news h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 15px 0px;
  text-align: center;
}
.news-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.new-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list-new ul li a:hover{
  color: black;
}
.news-list-item {
  display: flex;
  flex-direction: column;
  width: 19%;
}
.news-img {
  width: 100%;
  /* width: 255px; */
  /* height: 228px; */
}
.news-img img {
  width: 100%;
      height: 200px;
}
.news-img p {
  /* width: 255px; */
  width: 99%;
  height: 53px;
  line-height: 41px;
  color: rgba(16, 16, 16, 100);
  font-size: 28px;
  text-align: center;
  font-family: Roboto;
  border: 1px solid rgba(229, 229, 229, 100);
}
.news-list-new {
  text-align: left;
    width: 92%;
}
.news-list-new ul li {
  margin: 10px 0px;
}
.news-list-new ul li a {
  color: #999999;
  font-size: 14px;
}
.news-list-new ul li i {
  font-size: 14px;
}
.footerimg {
  width: 100%;
  margin-top: -9px;
}
.footer-img {
  width: 100%;
  height: 781px;
}
.footer-youlian {
  margin: 60px 0px;
}
.layui-card {
  margin: auto;
}
.foot-ul {
  display: flex;
  flex-wrap: wrap;
}
.foot-ul li {
  width: 10.666667%;
}
.foot-ul li a {
  color: #000;
  font-size: 14px;
}
.layui-card {
  border-radius: 3px;
  border: 1px solid #cccccc54;
}
.layui-card-header {
  border-bottom: 1px solid #d6d4d4;
}
/* 底部 */
.tips {
  height: 40px;
  background-color: #1f1f1f;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.footer {
  height: 280px;
  background-color: #34393c;
  display: flex;
  flex-direction: row;
}
.biaoqian {
  color: antiquewhite;
  font-size: 24px;
}
.footer-ul-item {
  width: 25%;
  text-align: center;
  position: relative;
}
.footer-ul-item::after {
  content: "";
  position: absolute;
  height: 208px;
  border: 0.5px solid #fff;
  top: 29px;
  right: 15px;
}
.footer-ul-item h2 {
  color: #bebebe;
  padding: 15px 0px;
}
.footer-ul-item ul li a {
  line-height: 30px;
  color: #bebebe;
}
.footer-ul-item img {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: 34px;
  margin-bottom: 14px;
}
.footer-ul-item p {
  color: #cacaca;
  font-size: 16px;
}

.footer-ul-item:nth-child(5):after {
  display: none;
}


.img-index{
  width: 100%;
}
.img-index >img{
  width: 46%;
    height: 319px;
}


/*工具条样式*/
.sub_nav{ position:fixed; right:0px; top:50%; background:#25211e; margin-top:-150px; z-index:15; -webkit-transform: translateZ(0);}
.sub_nav li{ position:relative;}
.sub_nav .pd{ display:block;}
.sub_nav .h3 i{ width:50px; height:50px; line-height:50px; display:block; color:#fff; text-align:center; font-size:22px;}
.sub_nav .box{ display:none; display:block; position:absolute; right:50px; white-space:nowrap; top:0px;border-right:1px solid rgba(255,255,255,0); height:50px; line-height:50px; color:#fff; width:0px; overflow:hidden; padding:0px;}

.sub_nav .ewm_box{ text-align:center; height:auto;}
.sub_nav .ewm_box img{ width:120px; height:auto; display:block;}
.sub_nav .ewm_box strong{ padding-top:10px; line-height:1; display:block;}

.sub_nav .pd:hover .h3 i{ background-color:#878787;}
.sub_nav .pd:hover .box{ display:block; background:#878787; width:auto; border-color:rgba(255,255,255,1); padding-left:20px; padding-right:20px;}
.sub_nav .pd:hover .ewm_box{ padding:20px;}
@media screen and (max-width:1024px){
  /*工具条样式*/
  .sub_nav{ left:0px; bottom:-50px; top:auto;}
  .sub_nav li{ float:left; width:16.666666666666668%;}
  .sub_nav .pd{ border-right:1px solid #4d4d4d;}
  .sub_nav .h3 i{ width:auto;}
  .sub_nav .box{ bottom:50px; top:auto; border-right:0px; left:0px; right:auto;}
  /*.sub_nav .pd:hover .box{ display:none;}*/
  .sub_nav .pd:hover .h3 i{ background:none;}
  .sub_nav{ bottom:0px;}
}